WinUI | ComponentOne
C1.WinUI.DataFilter Assembly / C1.WinUI.DataFilter Namespace / RangeFilterBase<T> Class / Reset Method
The value indicating whether the filter should be automatically applied.
In This Topic
    Reset Method (RangeFilterBase<T>)
    In This Topic
    Resets the filter value to the default value.
    Syntax
    public override void Reset( 
       bool applyFilter
    )

    Parameters

    applyFilter
    The value indicating whether the filter should be automatically applied.
    See Also